home *** CD-ROM | disk | FTP | other *** search
- # this is .bash_login -- started from a login shell
- #
- # first we set up the Path, i.e. were we look for executbles.
- #
- PATH=.:/dev/f/gnu/bin:/dev/f/bin;export PATH
- export PS1='\w\\'#' \033e'
- export HOME=/dev/f/
- SHELL='f:\bash.tos'
- export SHELL
- export GNUINC=/dev/f/include
- export GNULIB=/dev/f/lib
- export CC=/dev/f/gnu/bin/gcc.ttp
- export GCCEXEC=/dev/f/gnu/bin/gcc-
- #export GCC_EXEC_PREFIX=/dev/f/gnu/bin/gcc-
- export COMPILER_PATH=/dev/f/gnu/bin
- export LIBRARY_PATH=/dev/f/lib
- if [ ! -d /dev/g/tmp ]; then
- ramdisk G 200; mkdir /dev/g/tmp #Set it to your own disk/size values.
- else
- rm -fr /dev/g/tmp/*
- fi
- export TEMP=g:/tmp
- export TMP=$TEMP
- export TMPDIR=$TEMP
- export MANPATH=/dev/f/gnu/man
- export PAGER='less.ttp -C -M -r -s'
- echo -e "\33EBooting as a vt52 TOS terminal"
- alias e='f:/bin/ce.prg' #Put a path to your favorite text editor here.
- alias more='less -m -c'
- alias up='cd ..'
- alias ll='ls -l'
- alias ls='ls -F'
- alias home='cd $HOME'
- export TERM=vt52 #Or vt52-28 or vt52-30 depending on the resolution
- alias cls='echo -en "\33E\33e"'
- alias on='echo -en "\33e"'
-